home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / WACOM / Wacomgm1.dxr / 00002_Script ini.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  222 b   |  10 lines

  1. on enterFrame
  2.   repeat with i = 21 to 24
  3.     set the visible of sprite i to 0
  4.   end repeat
  5.   set the visible of sprite 20 to 1
  6.   set the visible of sprite 25 to 1
  7.   set the visible of sprite 26 to 1
  8.   go(label("P02"))
  9. end
  10.